Any enlightenment for understanding Object Oriented Programming? [closed]

Posted by ???? on Programmers See other posts from Programmers or by ????
Published on 2012-04-12T18:31:41Z Indexed on 2012/04/12 23:44 UTC
Read the original article Hit count: 291

I studied computer science near the end of 1980s, and wasn't taught OOP that formally.

With Pascal or C, when I understand the top-down design of functions, and the idea of black box, then everything just seem to make sense, as if there is a "oh I get it!" -- some kind of totally getting it and enlightenment feeling.

But with OOP, all I know was the mechanics: the class, instance, method, inheritance, polymorphism, encapsulation. It was like, I knew all the "this is how it is", but never had the feeling of "I totally get it", the enlightened feeling.

Would somebody be able to describe it, or point to a chapter in some book or paper which talks about OOP so that the reader can feel: "I totally get it!" on OOP?

© Programmers or respective owner

Related posts about object-oriented

Related posts about object-oriented-design